xend memory ballooning: do not bother if guest will not fit in
authorKeir Fraser <keir@xensource.com>
Tue, 25 Sep 2007 08:30:00 +0000 (09:30 +0100)
committerKeir Fraser <keir@xensource.com>
Tue, 25 Sep 2007 08:30:00 +0000 (09:30 +0100)
commit44e7c3aa10557fd10f9125ea1d1fc324cb4dc8bd
tree116095272431cf5177fdcb817baf0bf07951940b
parent66ea95096a418475651929a22061a7d90e5b2f5d
xend memory ballooning: do not bother if guest will not fit in
physical memory constraints.

If users require domain memory size larger than a physical memory
size, we do not need waiting for ballooning, and should cause
xm create command error right away.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/balloon.py